Html Css Color HEX #CAE650 Conifer

📋 copy color: '#CAE650'

red 202 ◦ green 230 ◦ blue 80

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

Shades of Conifer #CAE650

Tints of Conifer #CAE650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 39.45%
G = 44.92%
B = 15.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#CAE650 (or 0xCAE650) is known color: Conifer. HEX triplet: CA, E6 and 50. RGB value is (202,230,80). Sum of RGB (Red+Green+Blue) = 202+230+80=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE650 is #3519AF. Grayscale: #CDCDCD. Windows color (decimal): -3479984 or 5301962. OLE color: 5301962.

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

Color convert

RGB 202 230 80 -
CMYK 0.12 0 0.65 0.10
HSL 71.2º 0.75% 0.61% -
HSV(B) 71.2º 0.65% 0.9% -
XYZ 54.1 69.73 18.2 -
YUV 204.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 202 230 80 0.12 0 0.65 0.10 71.2 0.75 0.61
Hex CA E6 50 C 0 41 A 47 4B 3D
Octal 312 346 120 14 0 101 12 107 113 75
Binary 11001010 11100110 1010000 1100 0 1000001 1010 1000111 1001011 111101

Color Harmonies of #CAE650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE650

Black with #CAE650

Text Example


Text Example

White with #CAE650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE650; }

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

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

background-color css

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

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

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

border-color css

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

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

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