Html Css Color HEX #CFE07F Sulu

📋 copy color: '#CFE07F'

red 207 ◦ green 224 ◦ blue 127

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

Shades of Sulu #CFE07F

Tints of Sulu #CFE07F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.14%

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

R = 37.1%
G = 40.14%
B = 22.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#CFE07F (or 0xCFE07F) is known color: Sulu. HEX triplet: CF, E0 and 7F. RGB value is (207,224,127). Sum of RGB (Red+Green+Blue) = 207+224+127=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07F is #301F80. Grayscale: #D0D0D0. Windows color (decimal): -3153793 or 8380623. OLE color: 8380623.

HSL color Cylindrical-coordinate representation of color #CFE07F: hue angle of 70.52º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFE07F is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 127 -
CMYK 0.08 0 0.43 0.12
HSL 70.52º 0.61% 0.69% -
HSV(B) 70.52º 0.43% 0.88% -
XYZ 56.22 68.11 30.26 -
YUV 207.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 207 224 127 0.08 0 0.43 0.12 70.52 0.61 0.69
Hex CF E0 7F 8 0 2B C 47 3D 45
Octal 317 340 177 10 0 53 14 107 75 105
Binary 11001111 11100000 1111111 1000 0 101011 1100 1000111 111101 1000101

Color Harmonies of #CFE07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE07F

Black with #CFE07F

Text Example


Text Example

White with #CFE07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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