Html Css Color HEX #CFF07F Sulu

📋 copy color: '#CFF07F'

red 207 ◦ green 240 ◦ blue 127

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

Shades of Sulu #CFF07F

Tints of Sulu #CFF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.13%

R = 36.06%
G = 41.81%
B = 22.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#CFF07F (or 0xCFF07F) is known color: Sulu. HEX triplet: CF, F0 and 7F. RGB value is (207,240,127). Sum of RGB (Red+Green+Blue) = 207+240+127=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF07F is #300F80. Grayscale: #D9D9D9. Windows color (decimal): -3149697 or 8384719. OLE color: 8384719.

HSL color Cylindrical-coordinate representation of color #CFF07F: hue angle of 77.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF07F is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 127 -
CMYK 0.14 0 0.47 0.06
HSL 77.52º 0.79% 0.72% -
HSV(B) 77.52º 0.47% 0.94% -
XYZ 60.72 77.12 31.76 -
YUV 217.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 207 240 127 0.14 0 0.47 0.06 77.52 0.79 0.72
Hex CF F0 7F E 0 2F 6 4E 4F 48
Octal 317 360 177 16 0 57 6 116 117 110
Binary 11001111 11110000 1111111 1110 0 101111 110 1001110 1001111 1001000

Color Harmonies of #CFF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF07F

Black with #CFF07F

Text Example


Text Example

White with #CFF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF07F; }

 p { color: rgb(207,240,127); }

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

background-color css

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

 a { background-color: rgb(207,240,127); }

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

border-color css

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

 span { border-color: rgb(207,240,127); }

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