Html Css Color HEX #CAE653 Conifer

📋 copy color: '#CAE653'

red 202 ◦ green 230 ◦ blue 83

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

Shades of Conifer #CAE653

Tints of Conifer #CAE653

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.66%

 BLUE value IS 83 (32.81% from 255) = 16.12%

R = 39.22%
G = 44.66%
B = 16.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#CAE653 (or 0xCAE653) is known color: Conifer. HEX triplet: CA, E6 and 53. RGB value is (202,230,83). Sum of RGB (Red+Green+Blue) = 202+230+83=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE653 is #3519AC. Grayscale: #CDCDCD. Windows color (decimal): -3479981 or 5498570. OLE color: 5498570.

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

Color convert

RGB 202 230 83 -
CMYK 0.12 0 0.64 0.10
HSL 71.43º 0.75% 0.61% -
HSV(B) 71.43º 0.64% 0.9% -
XYZ 54.22 69.77 18.79 -
YUV 204.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 202 230 83 0.12 0 0.64 0.10 71.43 0.75 0.61
Hex CA E6 53 C 0 40 A 47 4B 3D
Octal 312 346 123 14 0 100 12 107 113 75
Binary 11001010 11100110 1010011 1100 0 1000000 1010 1000111 1001011 111101

Color Harmonies of #CAE653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE653

Black with #CAE653

Text Example


Text Example

White with #CAE653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE653; }

 p { color: rgb(202,230,83); }

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

background-color css

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

 a { background-color: rgb(202,230,83); }

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

border-color css

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

 span { border-color: rgb(202,230,83); }

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