Html Css Color HEX #CAE015 Fuego

📋 copy color: '#CAE015'

red 202 ◦ green 224 ◦ blue 21

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

Shades of Fuego #CAE015

Tints of Fuego #CAE015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 21 (8.59% from 255) = 4.7%

R = 45.19%
G = 50.11%
B = 4.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CAE015 (or 0xCAE015) is known color: Fuego. HEX triplet: CA, E0 and 15. RGB value is (202,224,21). Sum of RGB (Red+Green+Blue) = 202+224+21=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE015 is #351FEA. Grayscale: #C3C3C3. Windows color (decimal): -3481579 or 1433802. OLE color: 1433802.

HSL color Cylindrical-coordinate representation of color #CAE015: hue angle of 66.5º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAE015 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 21 -
CMYK 0.10 0 0.91 0.12
HSL 66.5º 0.83% 0.48% -
HSV(B) 66.5º 0.91% 0.88% -
XYZ 51.15 65.92 10.74 -
YUV 194.28 30.21 133.51 -
System Red Green Blue C M Y K H S L
Decimal 202 224 21 0.10 0 0.91 0.12 66.5 0.83 0.48
Hex CA E0 15 A 0 5B C 43 53 30
Octal 312 340 25 12 0 133 14 103 123 60
Binary 11001010 11100000 10101 1010 0 1011011 1100 1000011 1010011 110000

Color Harmonies of #CAE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE015

Black with #CAE015

Text Example


Text Example

White with #CAE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE015; }

 p { color: rgb(202,224,21); }

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

background-color css

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

 a { background-color: rgb(202,224,21); }

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

border-color css

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

 span { border-color: rgb(202,224,21); }

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