Html Css Color HEX #CAF834 Pear

📋 copy color: '#CAF834'

red 202 ◦ green 248 ◦ blue 52

#CAF834
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CAF834

Tints of Pear #CAF834

RGB

 RED value IS 202 (79.3% from 255) = 40.24%

 GREEN value IS 248 (97.27% from 255) = 49.4%

 BLUE value IS 52 (20.7% from 255) = 10.36%

R = 40.24%
G = 49.4%
B = 10.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAF834 (or 0xCAF834) is known color: Pear. HEX triplet: CA, F8 and 34. RGB value is (202,248,52). Sum of RGB (Red+Green+Blue) = 202+248+52=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF834 is #3507CB. Grayscale: #D4D4D4. Windows color (decimal): -3475404 or 3471562. OLE color: 3471562.

HSL color Cylindrical-coordinate representation of color #CAF834: hue angle of 74.08º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAF834 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 52 -
CMYK 0.19 0 0.79 0.03
HSL 74.08º 0.93% 0.59% -
HSV(B) 74.08º 0.79% 0.97% -
XYZ 58.54 79.94 15.59 -
YUV 211.9 37.76 120.94 -
System Red Green Blue C M Y K H S L
Decimal 202 248 52 0.19 0 0.79 0.03 74.08 0.93 0.59
Hex CA F8 34 13 0 4F 3 4A 5D 3B
Octal 312 370 64 23 0 117 3 112 135 73
Binary 11001010 11111000 110100 10011 0 1001111 11 1001010 1011101 111011

Color Harmonies of #CAF834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF834

Black with #CAF834

Text Example


Text Example

White with #CAF834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF834; }

 p { color: rgb(202,248,52); }

 H1.HeaderClassName
 {
   color: #CAF834;
 }
 .AnyTagClassName
 {
   color: #CAF834;
 }
</style>

background-color css

<style>
 a { background-color: #CAF834; }

 a { background-color: rgb(202,248,52); }

 div.DivClassName
 {
   background-color: #CAF834;
 }
 .BgClassName
 {
   background-color: #CAF834;
 }
</style>

border-color css

<style>
 span { border-color: #CAF834; }

 span { border-color: rgb(202,248,52); }

 td.TdClassName
 {
   border-color: #CAF834;
 }
 .TagClassName
 {
   border-color: #CAF834;
 }
</style>