Html Css Color HEX #CFE706 Electric Lime

📋 copy color: '#CFE706'

red 207 ◦ green 231 ◦ blue 6

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

Shades of Electric Lime #CFE706

Tints of Electric Lime #CFE706

RGB

 RED value IS 207 (81.25% from 255) = 46.62%

 GREEN value IS 231 (90.63% from 255) = 52.03%

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 46.62%
G = 52.03%
B = 1.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#CFE706 (or 0xCFE706) is known color: Electric Lime. HEX triplet: CF, E7 and 06. RGB value is (207,231,6). Sum of RGB (Red+Green+Blue) = 207+231+6=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE706 is #3018F9. Grayscale: #C7C7C7. Windows color (decimal): -3152122 or 452559. OLE color: 452559.

HSL color Cylindrical-coordinate representation of color #CFE706: hue angle of 66.4º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFE706 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 6 -
CMYK 0.10 0 0.97 0.09
HSL 66.4º 0.95% 0.46% -
HSV(B) 66.4º 0.97% 0.91% -
XYZ 54.34 70.43 10.9 -
YUV 198.17 19.55 134.3 -
System Red Green Blue C M Y K H S L
Decimal 207 231 6 0.10 0 0.97 0.09 66.4 0.95 0.46
Hex CF E7 6 A 0 61 9 42 5F 2E
Octal 317 347 6 12 0 141 11 102 137 56
Binary 11001111 11100111 110 1010 0 1100001 1001 1000010 1011111 101110

Color Harmonies of #CFE706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE706

Black with #CFE706

Text Example


Text Example

White with #CFE706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE706; }

 p { color: rgb(207,231,6); }

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

background-color css

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

 a { background-color: rgb(207,231,6); }

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

border-color css

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

 span { border-color: rgb(207,231,6); }

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