Html Css Color HEX #CFE364 Mindaro

📋 copy color: '#CFE364'

red 207 ◦ green 227 ◦ blue 100

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

Shades of Mindaro #CFE364

Tints of Mindaro #CFE364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.73%

R = 38.76%
G = 42.51%
B = 18.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#CFE364 (or 0xCFE364) is known color: Mindaro. HEX triplet: CF, E3 and 64. RGB value is (207,227,100). Sum of RGB (Red+Green+Blue) = 207+227+100=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE364 is #301C9B. Grayscale: #CFCFCF. Windows color (decimal): -3153052 or 6611919. OLE color: 6611919.

HSL color Cylindrical-coordinate representation of color #CFE364: hue angle of 69.45º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFE364 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 100 -
CMYK 0.09 0 0.56 0.11
HSL 69.45º 0.69% 0.64% -
HSV(B) 69.45º 0.56% 0.89% -
XYZ 55.5 69.12 22.47 -
YUV 206.54 67.87 128.33 -
System Red Green Blue C M Y K H S L
Decimal 207 227 100 0.09 0 0.56 0.11 69.45 0.69 0.64
Hex CF E3 64 9 0 38 B 45 45 40
Octal 317 343 144 11 0 70 13 105 105 100
Binary 11001111 11100011 1100100 1001 0 111000 1011 1000101 1000101 1000000

Color Harmonies of #CFE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE364

Black with #CFE364

Text Example


Text Example

White with #CFE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE364; }

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

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

background-color css

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

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

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

border-color css

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

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

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