Html Css Color HEX #CAF942 Pear

📋 copy color: '#CAF942'

red 202 ◦ green 249 ◦ blue 66

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

Shades of Pear #CAF942

Tints of Pear #CAF942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.16%

 BLUE value IS 66 (26.17% from 255) = 12.77%

R = 39.07%
G = 48.16%
B = 12.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#CAF942 (or 0xCAF942) is known color: Pear. HEX triplet: CA, F9 and 42. RGB value is (202,249,66). Sum of RGB (Red+Green+Blue) = 202+249+66=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF942 is #3506BD. Grayscale: #D6D6D6. Windows color (decimal): -3475134 or 4389322. OLE color: 4389322.

HSL color Cylindrical-coordinate representation of color #CAF942: hue angle of 75.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAF942 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 66 -
CMYK 0.19 0 0.73 0.02
HSL 75.41º 0.94% 0.62% -
HSV(B) 75.41º 0.73% 0.98% -
XYZ 59.22 80.7 17.61 -
YUV 214.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 202 249 66 0.19 0 0.73 0.02 75.41 0.94 0.62
Hex CA F9 42 13 0 49 2 4B 5E 3E
Octal 312 371 102 23 0 111 2 113 136 76
Binary 11001010 11111001 1000010 10011 0 1001001 10 1001011 1011110 111110

Color Harmonies of #CAF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF942

Black with #CAF942

Text Example


Text Example

White with #CAF942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF942; }

 p { color: rgb(202,249,66); }

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

background-color css

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

 a { background-color: rgb(202,249,66); }

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

border-color css

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

 span { border-color: rgb(202,249,66); }

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