Html Css Color HEX #CFE374 Mindaro

📋 copy color: '#CFE374'

red 207 ◦ green 227 ◦ blue 116

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

Shades of Mindaro #CFE374

Tints of Mindaro #CFE374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.27%

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

R = 37.64%
G = 41.27%
B = 21.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CFE374 (or 0xCFE374) is known color: Mindaro. HEX triplet: CF, E3 and 74. RGB value is (207,227,116). Sum of RGB (Red+Green+Blue) = 207+227+116=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE374 is #301C8B. Grayscale: #D0D0D0. Windows color (decimal): -3153036 or 7660495. OLE color: 7660495.

HSL color Cylindrical-coordinate representation of color #CFE374: hue angle of 70.81º degrees, saturation: 0.66, 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 #CFE374 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 116 -
CMYK 0.09 0 0.49 0.11
HSL 70.81º 0.66% 0.67% -
HSV(B) 70.81º 0.49% 0.89% -
XYZ 56.35 69.46 26.96 -
YUV 208.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 207 227 116 0.09 0 0.49 0.11 70.81 0.66 0.67
Hex CF E3 74 9 0 31 B 47 42 43
Octal 317 343 164 11 0 61 13 107 102 103
Binary 11001111 11100011 1110100 1001 0 110001 1011 1000111 1000010 1000011

Color Harmonies of #CFE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE374

Black with #CFE374

Text Example


Text Example

White with #CFE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE374; }

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

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

background-color css

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

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

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

border-color css

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

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

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