Html Css Color HEX #CAF651 Conifer

📋 copy color: '#CAF651'

red 202 ◦ green 246 ◦ blue 81

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

Shades of Conifer #CAF651

Tints of Conifer #CAF651

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.5%

 BLUE value IS 81 (32.03% from 255) = 15.31%

R = 38.19%
G = 46.5%
B = 15.31%

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

#CAF651 (or 0xCAF651) is known color: Conifer. HEX triplet: CA, F6 and 51. RGB value is (202,246,81). Sum of RGB (Red+Green+Blue) = 202+246+81=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF651 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF651 is #3509AE. Grayscale: #D6D6D6. Windows color (decimal): -3475887 or 5371594. OLE color: 5371594.

HSL color Cylindrical-coordinate representation of color #CAF651: hue angle of 76º degrees, saturation: 0.9, 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 #CAF651 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 81 -
CMYK 0.18 0 0.67 0.04
HSL 76º 0.9% 0.64% -
HSV(B) 76º 0.67% 0.96% -
XYZ 58.8 79.06 19.95 -
YUV 214.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 202 246 81 0.18 0 0.67 0.04 76 0.9 0.64
Hex CA F6 51 12 0 43 4 4C 5A 40
Octal 312 366 121 22 0 103 4 114 132 100
Binary 11001010 11110110 1010001 10010 0 1000011 100 1001100 1011010 1000000

Color Harmonies of #CAF651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF651

Black with #CAF651

Text Example


Text Example

White with #CAF651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF651; }

 p { color: rgb(202,246,81); }

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

background-color css

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

 a { background-color: rgb(202,246,81); }

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

border-color css

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

 span { border-color: rgb(202,246,81); }

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