Html Css Color HEX #C8F27D Sulu

📋 copy color: '#C8F27D'

red 200 ◦ green 242 ◦ blue 125

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

Shades of Sulu #C8F27D

Tints of Sulu #C8F27D

RGB

 RED value IS 200 (78.52% from 255) = 35.27%

 GREEN value IS 242 (94.92% from 255) = 42.68%

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

R = 35.27%
G = 42.68%
B = 22.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#C8F27D (or 0xC8F27D) is known color: Sulu. HEX triplet: C8, F2 and 7D. RGB value is (200,242,125). Sum of RGB (Red+Green+Blue) = 200+242+125=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F27D is #370D82. Grayscale: #D8D8D8. Windows color (decimal): -3607939 or 8254152. OLE color: 8254152.

HSL color Cylindrical-coordinate representation of color #C8F27D: hue angle of 81.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8F27D is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 242 125 -
CMYK 0.17 0 0.48 0.05
HSL 81.54º 0.82% 0.72% -
HSV(B) 81.54º 0.48% 0.95% -
XYZ 59.27 77.26 31.19 -
YUV 216.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 200 242 125 0.17 0 0.48 0.05 81.54 0.82 0.72
Hex C8 F2 7D 11 0 30 5 52 52 48
Octal 310 362 175 21 0 60 5 122 122 110
Binary 11001000 11110010 1111101 10001 0 110000 101 1010010 1010010 1001000

Color Harmonies of #C8F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F27D

Black with #C8F27D

Text Example


Text Example

White with #C8F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F27D; }

 p { color: rgb(200,242,125); }

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

background-color css

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

 a { background-color: rgb(200,242,125); }

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

border-color css

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

 span { border-color: rgb(200,242,125); }

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