Html Css Color HEX #CAE557 Conifer

📋 copy color: '#CAE557'

red 202 ◦ green 229 ◦ blue 87

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

Shades of Conifer #CAE557

Tints of Conifer #CAE557

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.21%

 BLUE value IS 87 (34.38% from 255) = 16.8%

R = 39%
G = 44.21%
B = 16.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#CAE557 (or 0xCAE557) is known color: Conifer. HEX triplet: CA, E5 and 57. RGB value is (202,229,87). Sum of RGB (Red+Green+Blue) = 202+229+87=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE557 is #351AA8. Grayscale: #CDCDCD. Windows color (decimal): -3480233 or 5760458. OLE color: 5760458.

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

Color convert

RGB 202 229 87 -
CMYK 0.12 0 0.62 0.10
HSL 71.41º 0.73% 0.62% -
HSV(B) 71.41º 0.62% 0.9% -
XYZ 54.1 69.28 19.54 -
YUV 204.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 202 229 87 0.12 0 0.62 0.10 71.41 0.73 0.62
Hex CA E5 57 C 0 3E A 47 49 3E
Octal 312 345 127 14 0 76 12 107 111 76
Binary 11001010 11100101 1010111 1100 0 111110 1010 1000111 1001001 111110

Color Harmonies of #CAE557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE557

Black with #CAE557

Text Example


Text Example

White with #CAE557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE557; }

 p { color: rgb(202,229,87); }

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

background-color css

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

 a { background-color: rgb(202,229,87); }

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

border-color css

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

 span { border-color: rgb(202,229,87); }

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