Html Css Color HEX #CAE950 Conifer

📋 copy color: '#CAE950'

red 202 ◦ green 233 ◦ blue 80

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

Shades of Conifer #CAE950

Tints of Conifer #CAE950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.53%

R = 39.22%
G = 45.24%
B = 15.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#CAE950 (or 0xCAE950) is known color: Conifer. HEX triplet: CA, E9 and 50. RGB value is (202,233,80). Sum of RGB (Red+Green+Blue) = 202+233+80=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE950 is #3516AF. Grayscale: #CECECE. Windows color (decimal): -3479216 or 5302730. OLE color: 5302730.

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

Color convert

RGB 202 233 80 -
CMYK 0.13 0 0.66 0.09
HSL 72.16º 0.78% 0.61% -
HSV(B) 72.16º 0.66% 0.91% -
XYZ 54.94 71.41 18.48 -
YUV 206.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 202 233 80 0.13 0 0.66 0.09 72.16 0.78 0.61
Hex CA E9 50 D 0 42 9 48 4E 3D
Octal 312 351 120 15 0 102 11 110 116 75
Binary 11001010 11101001 1010000 1101 0 1000010 1001 1001000 1001110 111101

Color Harmonies of #CAE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE950

Black with #CAE950

Text Example


Text Example

White with #CAE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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