Html Css Color HEX #CAF552 Conifer

📋 copy color: '#CAF552'

red 202 ◦ green 245 ◦ blue 82

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

Shades of Conifer #CAF552

Tints of Conifer #CAF552

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.31%

 BLUE value IS 82 (32.42% from 255) = 15.5%

R = 38.19%
G = 46.31%
B = 15.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#CAF552 (or 0xCAF552) is known color: Conifer. HEX triplet: CA, F5 and 52. RGB value is (202,245,82). Sum of RGB (Red+Green+Blue) = 202+245+82=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF552 is #350AAD. Grayscale: #D6D6D6. Windows color (decimal): -3476142 or 5436874. OLE color: 5436874.

HSL color Cylindrical-coordinate representation of color #CAF552: hue angle of 75.83º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAF552 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 82 -
CMYK 0.18 0 0.67 0.04
HSL 75.83º 0.89% 0.64% -
HSV(B) 75.83º 0.67% 0.96% -
XYZ 58.53 78.47 20.04 -
YUV 213.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 202 245 82 0.18 0 0.67 0.04 75.83 0.89 0.64
Hex CA F5 52 12 0 43 4 4C 59 40
Octal 312 365 122 22 0 103 4 114 131 100
Binary 11001010 11110101 1010010 10010 0 1000011 100 1001100 1011001 1000000

Color Harmonies of #CAF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF552

Black with #CAF552

Text Example


Text Example

White with #CAF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF552; }

 p { color: rgb(202,245,82); }

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

background-color css

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

 a { background-color: rgb(202,245,82); }

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

border-color css

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

 span { border-color: rgb(202,245,82); }

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