Html Css Color HEX #CAF129 Pear

📋 copy color: '#CAF129'

red 202 ◦ green 241 ◦ blue 41

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

Shades of Pear #CAF129

Tints of Pear #CAF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.79%

 BLUE value IS 41 (16.41% from 255) = 8.47%

R = 41.74%
G = 49.79%
B = 8.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#CAF129 (or 0xCAF129) is known color: Pear. HEX triplet: CA, F1 and 29. RGB value is (202,241,41). Sum of RGB (Red+Green+Blue) = 202+241+41=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF129 is #350ED6. Grayscale: #CFCFCF. Windows color (decimal): -3477207 or 2748874. OLE color: 2748874.

HSL color Cylindrical-coordinate representation of color #CAF129: hue angle of 71.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAF129 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 41 -
CMYK 0.16 0 0.83 0.05
HSL 71.7º 0.88% 0.55% -
HSV(B) 71.7º 0.83% 0.95% -
XYZ 56.21 75.63 13.73 -
YUV 206.54 34.58 124.76 -
System Red Green Blue C M Y K H S L
Decimal 202 241 41 0.16 0 0.83 0.05 71.7 0.88 0.55
Hex CA F1 29 10 0 53 5 48 58 37
Octal 312 361 51 20 0 123 5 110 130 67
Binary 11001010 11110001 101001 10000 0 1010011 101 1001000 1011000 110111

Color Harmonies of #CAF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF129

Black with #CAF129

Text Example


Text Example

White with #CAF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF129; }

 p { color: rgb(202,241,41); }

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

background-color css

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

 a { background-color: rgb(202,241,41); }

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

border-color css

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

 span { border-color: rgb(202,241,41); }

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