Html Css Color HEX #CFE250 Manz

📋 copy color: '#CFE250'

red 207 ◦ green 226 ◦ blue 80

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

Shades of Manz #CFE250

Tints of Manz #CFE250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.05%

 BLUE value IS 80 (31.64% from 255) = 15.59%

R = 40.35%
G = 44.05%
B = 15.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#CFE250 (or 0xCFE250) is known color: Manz. HEX triplet: CF, E2 and 50. RGB value is (207,226,80). Sum of RGB (Red+Green+Blue) = 207+226+80=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE250 is #301DAF. Grayscale: #CCCCCC. Windows color (decimal): -3153328 or 5300943. OLE color: 5300943.

HSL color Cylindrical-coordinate representation of color #CFE250: hue angle of 67.81º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE250 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 80 -
CMYK 0.08 0 0.65 0.11
HSL 67.81º 0.72% 0.6% -
HSV(B) 67.81º 0.65% 0.89% -
XYZ 54.38 68.24 17.89 -
YUV 203.68 58.21 130.37 -
System Red Green Blue C M Y K H S L
Decimal 207 226 80 0.08 0 0.65 0.11 67.81 0.72 0.6
Hex CF E2 50 8 0 41 B 44 48 3C
Octal 317 342 120 10 0 101 13 104 110 74
Binary 11001111 11100010 1010000 1000 0 1000001 1011 1000100 1001000 111100

Color Harmonies of #CFE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE250

Black with #CFE250

Text Example


Text Example

White with #CFE250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE250; }

 p { color: rgb(207,226,80); }

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

background-color css

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

 a { background-color: rgb(207,226,80); }

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

border-color css

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

 span { border-color: rgb(207,226,80); }

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