Html Css Color HEX #CFE705 Electric Lime

📋 copy color: '#CFE705'

red 207 ◦ green 231 ◦ blue 5

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

Shades of Electric Lime #CFE705

Tints of Electric Lime #CFE705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 46.73%
G = 52.14%
B = 1.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CFE705 (or 0xCFE705) is known color: Electric Lime. HEX triplet: CF, E7 and 05. RGB value is (207,231,5). Sum of RGB (Red+Green+Blue) = 207+231+5=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE705 is #3018FA. Grayscale: #C6C6C6. Windows color (decimal): -3152123 or 387023. OLE color: 387023.

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

Color convert

RGB 207 231 5 -
CMYK 0.10 0 0.98 0.09
HSL 66.37º 0.96% 0.46% -
HSV(B) 66.37º 0.98% 0.91% -
XYZ 54.34 70.43 10.87 -
YUV 198.06 19.05 134.38 -
System Red Green Blue C M Y K H S L
Decimal 207 231 5 0.10 0 0.98 0.09 66.37 0.96 0.46
Hex CF E7 5 A 0 62 9 42 60 2E
Octal 317 347 5 12 0 142 11 102 140 56
Binary 11001111 11100111 101 1010 0 1100010 1001 1000010 1100000 101110

Color Harmonies of #CFE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE705

Black with #CFE705

Text Example


Text Example

White with #CFE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE705; }

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

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

background-color css

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

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

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

border-color css

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

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

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