Html Css Color HEX #CFF07D Sulu

📋 copy color: '#CFF07D'

red 207 ◦ green 240 ◦ blue 125

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

Shades of Sulu #CFF07D

Tints of Sulu #CFF07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.85%

R = 36.19%
G = 41.96%
B = 21.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#CFF07D (or 0xCFF07D) is known color: Sulu. HEX triplet: CF, F0 and 7D. RGB value is (207,240,125). Sum of RGB (Red+Green+Blue) = 207+240+125=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF07D is #300F82. Grayscale: #D9D9D9. Windows color (decimal): -3149699 or 8253647. OLE color: 8253647.

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

Color convert

RGB 207 240 125 -
CMYK 0.14 0 0.48 0.06
HSL 77.22º 0.79% 0.72% -
HSV(B) 77.22º 0.48% 0.94% -
XYZ 60.59 77.07 31.08 -
YUV 217.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 207 240 125 0.14 0 0.48 0.06 77.22 0.79 0.72
Hex CF F0 7D E 0 30 6 4D 4F 48
Octal 317 360 175 16 0 60 6 115 117 110
Binary 11001111 11110000 1111101 1110 0 110000 110 1001101 1001111 1001000

Color Harmonies of #CFF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF07D

Black with #CFF07D

Text Example


Text Example

White with #CFF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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