#CAE754

Color #CAE754 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #CAE754

Tints of Conifer #CAE754

Color information

#CAE754 (or 0xCAE754) is unknown color: approx Conifer. HEX triplet: CA, E7 and 54. RGB value is (202,231,84). Sum of RGB (Red+Green+Blue) = 202+231+84=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE754 is #3518AB. Grayscale: #CECECE. Windows color (decimal): -3479724 or 5564362. OLE color: 5564362.

HSL color Cylindrical-coordinate representation of color #CAE754: hue angle of 71.84º degrees, saturation: 0.75, 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 #CAE754 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB20223184-
CMYK0.1300.640.09
HSL71.84º75.38%61.76%-
HSV(B)71.84º63.64%90.59%-
XYZ54.5370.3519.09-
YUV205.5759.39125.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 231 (90.62% from 255) = 44.68%
BLUE value IS 84 (33.20% from 255) = 16.25%
R=39.07%
G=44.68%
B=16.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202231840.1300.640.0971.8475.3861.76
HexCAE754D0409484b3e
Octal3123471241501001111011376
Binary11001010111001111010100110101000000100110010001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE754; }

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

 H1.HeaderClassName
 {
   color: #CAE754;
 }
 .AnyTagClassName
 {
   color: #CAE754;
 }
</style>
background-color css

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

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

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

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

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

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