Html Css Color HEX #CAE955 Conifer

📋 copy color: '#CAE955'

red 202 ◦ green 233 ◦ blue 85

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

Shades of Conifer #CAE955

Tints of Conifer #CAE955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.81%

 BLUE value IS 85 (33.59% from 255) = 16.35%

R = 38.85%
G = 44.81%
B = 16.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#CAE955 (or 0xCAE955) is known color: Conifer. HEX triplet: CA, E9 and 55. RGB value is (202,233,85). Sum of RGB (Red+Green+Blue) = 202+233+85=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE955 is #3516AA. Grayscale: #CFCFCF. Windows color (decimal): -3479211 or 5630410. OLE color: 5630410.

HSL color Cylindrical-coordinate representation of color #CAE955: hue angle of 72.57º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAE955 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 85 -
CMYK 0.13 0 0.64 0.09
HSL 72.57º 0.77% 0.62% -
HSV(B) 72.57º 0.64% 0.91% -
XYZ 55.14 71.49 19.49 -
YUV 206.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 202 233 85 0.13 0 0.64 0.09 72.57 0.77 0.62
Hex CA E9 55 D 0 40 9 49 4D 3E
Octal 312 351 125 15 0 100 11 111 115 76
Binary 11001010 11101001 1010101 1101 0 1000000 1001 1001001 1001101 111110

Color Harmonies of #CAE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE955

Black with #CAE955

Text Example


Text Example

White with #CAE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE955; }

 p { color: rgb(202,233,85); }

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

background-color css

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

 a { background-color: rgb(202,233,85); }

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

border-color css

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

 span { border-color: rgb(202,233,85); }

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