Html Css Color HEX #CAE554 Conifer

📋 copy color: '#CAE554'

red 202 ◦ green 229 ◦ blue 84

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

Shades of Conifer #CAE554

Tints of Conifer #CAE554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.31%

R = 39.22%
G = 44.47%
B = 16.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#CAE554 (or 0xCAE554) is known color: Conifer. HEX triplet: CA, E5 and 54. RGB value is (202,229,84). Sum of RGB (Red+Green+Blue) = 202+229+84=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE554 is #351AAB. Grayscale: #CCCCCC. Windows color (decimal): -3480236 or 5563850. OLE color: 5563850.

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

Color convert

RGB 202 229 84 -
CMYK 0.12 0 0.63 0.10
HSL 71.17º 0.74% 0.61% -
HSV(B) 71.17º 0.63% 0.9% -
XYZ 53.98 69.24 18.91 -
YUV 204.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 202 229 84 0.12 0 0.63 0.10 71.17 0.74 0.61
Hex CA E5 54 C 0 3F A 47 4A 3D
Octal 312 345 124 14 0 77 12 107 112 75
Binary 11001010 11100101 1010100 1100 0 111111 1010 1000111 1001010 111101

Color Harmonies of #CAE554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE554

Black with #CAE554

Text Example


Text Example

White with #CAE554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE554; }

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

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

background-color css

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

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

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

border-color css

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

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

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