Html Css Color HEX #CAE61D Pear

📋 copy color: '#CAE61D'

red 202 ◦ green 230 ◦ blue 29

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

Shades of Pear #CAE61D

Tints of Pear #CAE61D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.89%

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

R = 43.82%
G = 49.89%
B = 6.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#CAE61D (or 0xCAE61D) is known color: Pear. HEX triplet: CA, E6 and 1D. RGB value is (202,230,29). Sum of RGB (Red+Green+Blue) = 202+230+29=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE61D is #3519E2. Grayscale: #C7C7C7. Windows color (decimal): -3480035 or 1959626. OLE color: 1959626.

HSL color Cylindrical-coordinate representation of color #CAE61D: hue angle of 68.36º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAE61D is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 29 -
CMYK 0.12 0 0.87 0.10
HSL 68.36º 0.8% 0.51% -
HSV(B) 68.36º 0.87% 0.9% -
XYZ 52.88 69.24 11.74 -
YUV 198.71 32.22 130.34 -
System Red Green Blue C M Y K H S L
Decimal 202 230 29 0.12 0 0.87 0.10 68.36 0.8 0.51
Hex CA E6 1D C 0 57 A 44 50 33
Octal 312 346 35 14 0 127 12 104 120 63
Binary 11001010 11100110 11101 1100 0 1010111 1010 1000100 1010000 110011

Color Harmonies of #CAE61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE61D

Black with #CAE61D

Text Example


Text Example

White with #CAE61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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