Html Css Color HEX #CAE358 Conifer

📋 copy color: '#CAE358'

red 202 ◦ green 227 ◦ blue 88

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

Shades of Conifer #CAE358

Tints of Conifer #CAE358

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.91%

 BLUE value IS 88 (34.77% from 255) = 17.02%

R = 39.07%
G = 43.91%
B = 17.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#CAE358 (or 0xCAE358) is known color: Conifer. HEX triplet: CA, E3 and 58. RGB value is (202,227,88). Sum of RGB (Red+Green+Blue) = 202+227+88=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE358 is #351CA7. Grayscale: #CCCCCC. Windows color (decimal): -3480744 or 5825482. OLE color: 5825482.

HSL color Cylindrical-coordinate representation of color #CAE358: hue angle of 70.79º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAE358 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 88 -
CMYK 0.11 0 0.61 0.11
HSL 70.79º 0.71% 0.62% -
HSV(B) 70.79º 0.61% 0.89% -
XYZ 53.59 68.2 19.57 -
YUV 203.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 202 227 88 0.11 0 0.61 0.11 70.79 0.71 0.62
Hex CA E3 58 B 0 3D B 47 47 3E
Octal 312 343 130 13 0 75 13 107 107 76
Binary 11001010 11100011 1011000 1011 0 111101 1011 1000111 1000111 111110

Color Harmonies of #CAE358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE358

Black with #CAE358

Text Example


Text Example

White with #CAE358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE358; }

 p { color: rgb(202,227,88); }

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

background-color css

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

 a { background-color: rgb(202,227,88); }

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

border-color css

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

 span { border-color: rgb(202,227,88); }

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