Html Css Color HEX #CFE274 Mindaro

📋 copy color: '#CFE274'

red 207 ◦ green 226 ◦ blue 116

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

Shades of Mindaro #CFE274

Tints of Mindaro #CFE274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.13%

R = 37.7%
G = 41.17%
B = 21.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CFE274 (or 0xCFE274) is known color: Mindaro. HEX triplet: CF, E2 and 74. RGB value is (207,226,116). Sum of RGB (Red+Green+Blue) = 207+226+116=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE274 is #301D8B. Grayscale: #D0D0D0. Windows color (decimal): -3153292 or 7660239. OLE color: 7660239.

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

Color convert

RGB 207 226 116 -
CMYK 0.08 0 0.49 0.11
HSL 70.36º 0.65% 0.67% -
HSV(B) 70.36º 0.49% 0.89% -
XYZ 56.08 68.92 26.87 -
YUV 207.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 207 226 116 0.08 0 0.49 0.11 70.36 0.65 0.67
Hex CF E2 74 8 0 31 B 46 41 43
Octal 317 342 164 10 0 61 13 106 101 103
Binary 11001111 11100010 1110100 1000 0 110001 1011 1000110 1000001 1000011

Color Harmonies of #CFE274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE274

Black with #CFE274

Text Example


Text Example

White with #CFE274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE274; }

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

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

background-color css

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

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

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

border-color css

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

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

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