Html Css Color HEX #CAF434 Pear

📋 copy color: '#CAF434'

red 202 ◦ green 244 ◦ blue 52

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

Shades of Pear #CAF434

Tints of Pear #CAF434

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49%

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

R = 40.56%
G = 49%
B = 10.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#CAF434 (or 0xCAF434) is known color: Pear. HEX triplet: CA, F4 and 34. RGB value is (202,244,52). Sum of RGB (Red+Green+Blue) = 202+244+52=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF434 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF434 is #350BCB. Grayscale: #D2D2D2. Windows color (decimal): -3476428 or 3470538. OLE color: 3470538.

HSL color Cylindrical-coordinate representation of color #CAF434: hue angle of 73.12º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CAF434 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 244 52 -
CMYK 0.17 0 0.79 0.04
HSL 73.13º 0.9% 0.58% -
HSV(B) 73.13º 0.79% 0.96% -
XYZ 57.33 77.51 15.19 -
YUV 209.55 39.09 122.61 -
System Red Green Blue C M Y K H S L
Decimal 202 244 52 0.17 0 0.79 0.04 73.13 0.9 0.58
Hex CA F4 34 11 0 4F 4 49 5A 3A
Octal 312 364 64 21 0 117 4 111 132 72
Binary 11001010 11110100 110100 10001 0 1001111 100 1001001 1011010 111010

Color Harmonies of #CAF434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF434

Black with #CAF434

Text Example


Text Example

White with #CAF434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF434; }

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

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

background-color css

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

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

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

border-color css

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

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

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