Html Css Color HEX #CAF053 Conifer

📋 copy color: '#CAF053'

red 202 ◦ green 240 ◦ blue 83

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

Shades of Conifer #CAF053

Tints of Conifer #CAF053

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

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

R = 38.48%
G = 45.71%
B = 15.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#CAF053 (or 0xCAF053) is known color: Conifer. HEX triplet: CA, F0 and 53. RGB value is (202,240,83). Sum of RGB (Red+Green+Blue) = 202+240+83=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF053 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF053 is #350FAC. Grayscale: #D3D3D3. Windows color (decimal): -3477421 or 5501130. OLE color: 5501130.

HSL color Cylindrical-coordinate representation of color #CAF053: hue angle of 74.52º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAF053 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 83 -
CMYK 0.16 0 0.65 0.06
HSL 74.52º 0.84% 0.63% -
HSV(B) 74.52º 0.65% 0.94% -
XYZ 57.08 75.5 19.75 -
YUV 210.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 202 240 83 0.16 0 0.65 0.06 74.52 0.84 0.63
Hex CA F0 53 10 0 41 6 4B 54 3F
Octal 312 360 123 20 0 101 6 113 124 77
Binary 11001010 11110000 1010011 10000 0 1000001 110 1001011 1010100 111111

Color Harmonies of #CAF053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF053

Black with #CAF053

Text Example


Text Example

White with #CAF053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF053; }

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

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

background-color css

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

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

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

border-color css

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

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

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