Html Css Color HEX #CAF01D Pear

📋 copy color: '#CAF01D'

red 202 ◦ green 240 ◦ blue 29

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

Shades of Pear #CAF01D

Tints of Pear #CAF01D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.96%

 BLUE value IS 29 (11.72% from 255) = 6.16%

R = 42.89%
G = 50.96%
B = 6.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#CAF01D (or 0xCAF01D) is known color: Pear. HEX triplet: CA, F0 and 1D. RGB value is (202,240,29). Sum of RGB (Red+Green+Blue) = 202+240+29=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF01D is #350FE2. Grayscale: #CDCDCD. Windows color (decimal): -3477475 or 1962186. OLE color: 1962186.

HSL color Cylindrical-coordinate representation of color #CAF01D: hue angle of 70.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAF01D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 29 -
CMYK 0.16 0 0.88 0.06
HSL 70.81º 0.88% 0.53% -
HSV(B) 70.81º 0.88% 0.94% -
XYZ 55.74 74.97 12.69 -
YUV 204.58 28.91 126.16 -
System Red Green Blue C M Y K H S L
Decimal 202 240 29 0.16 0 0.88 0.06 70.81 0.88 0.53
Hex CA F0 1D 10 0 58 6 47 58 35
Octal 312 360 35 20 0 130 6 107 130 65
Binary 11001010 11110000 11101 10000 0 1011000 110 1000111 1011000 110101

Color Harmonies of #CAF01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF01D

Black with #CAF01D

Text Example


Text Example

White with #CAF01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF01D; }

 p { color: rgb(202,240,29); }

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

background-color css

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

 a { background-color: rgb(202,240,29); }

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

border-color css

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

 span { border-color: rgb(202,240,29); }

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