Html Css Color HEX #CFFA7D Sulu

📋 copy color: '#CFFA7D'

red 207 ◦ green 250 ◦ blue 125

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

Shades of Sulu #CFFA7D

Tints of Sulu #CFFA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

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

R = 35.57%
G = 42.96%
B = 21.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#CFFA7D (or 0xCFFA7D) is known color: Sulu. HEX triplet: CF, FA and 7D. RGB value is (207,250,125). Sum of RGB (Red+Green+Blue) = 207+250+125=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFA7D is #300582. Grayscale: #DFDFDF. Windows color (decimal): -3147139 or 8256207. OLE color: 8256207.

HSL color Cylindrical-coordinate representation of color #CFFA7D: hue angle of 80.64º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFFA7D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 125 -
CMYK 0.17 0 0.50 0.02
HSL 80.64º 0.93% 0.74% -
HSV(B) 80.64º 0.5% 0.98% -
XYZ 63.62 83.12 32.09 -
YUV 222.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 207 250 125 0.17 0 0.50 0.02 80.64 0.93 0.74
Hex CF FA 7D 11 0 32 2 51 5D 4A
Octal 317 372 175 21 0 62 2 121 135 112
Binary 11001111 11111010 1111101 10001 0 110010 10 1010001 1011101 1001010

Color Harmonies of #CFFA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFA7D

Black with #CFFA7D

Text Example


Text Example

White with #CFFA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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