Html Css Color HEX #CFF481 Sulu

📋 copy color: '#CFF481'

red 207 ◦ green 244 ◦ blue 129

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

Shades of Sulu #CFF481

Tints of Sulu #CFF481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.07%

 BLUE value IS 129 (50.78% from 255) = 22.24%

R = 35.69%
G = 42.07%
B = 22.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#CFF481 (or 0xCFF481) is known color: Sulu. HEX triplet: CF, F4 and 81. RGB value is (207,244,129). Sum of RGB (Red+Green+Blue) = 207+244+129=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF481 is #300B7E. Grayscale: #DCDCDC. Windows color (decimal): -3148671 or 8516815. OLE color: 8516815.

HSL color Cylindrical-coordinate representation of color #CFF481: hue angle of 79.3º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFF481 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 244 129 -
CMYK 0.15 0 0.47 0.04
HSL 79.3º 0.84% 0.73% -
HSV(B) 79.3º 0.47% 0.96% -
XYZ 62.05 79.55 32.85 -
YUV 219.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 207 244 129 0.15 0 0.47 0.04 79.3 0.84 0.73
Hex CF F4 81 F 0 2F 4 4F 54 49
Octal 317 364 201 17 0 57 4 117 124 111
Binary 11001111 11110100 10000001 1111 0 101111 100 1001111 1010100 1001001

Color Harmonies of #CFF481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF481

Black with #CFF481

Text Example


Text Example

White with #CFF481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF481; }

 p { color: rgb(207,244,129); }

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

background-color css

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

 a { background-color: rgb(207,244,129); }

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

border-color css

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

 span { border-color: rgb(207,244,129); }

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